DevForce Help Reference
FindMethod(Type,String,Type[]) Method


Finds a specific public method.
Syntax
'Declaration
 
Public Overloads Shared Function FindMethod( _
   ByVal type As Type, _
   ByVal methodName As String, _
   ByVal parameterTypes() As Type _
) As MethodInfo
'Usage
 
Dim type As Type
Dim methodName As String
Dim parameterTypes() As Type
Dim value As MethodInfo
 
value = TypeFns.FindMethod(type, methodName, parameterTypes)
public static MethodInfo FindMethod( 
   Type type,
   string methodName,
   Type[] parameterTypes
)

Parameters

type
methodName
parameterTypes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TypeFns Class
TypeFns Members
Overload List

Send Feedback